home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Read It Later 0.9924
/
read_it_later-0.9924-fx.xpi
/
chrome
/
isreaditlater.jar
/
content
/
anywhere.xul
next >
Wrap
Extensible Markup Language
|
2008-10-28
|
3KB
|
81 lines
<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://isreaditlater/locale/isreaditlater.dtd">
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://isreaditlater/skin/isreaditlater.css" type="text/css"?>
<dialog id="isRitL-Anywhere"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="Read It Later: &ril.AccessAnywhere;"
buttons="cancel"
ondialogcancel="ISRILanywhere.Cancel();"
onload="ISRILanywhere._init();return true;"
persist="screenX screenY">
<hbox flex="1" align="top">
<image id="isRitL-OfflineIcon" />
<vbox flex="1">
<label id="isRitL-OfflineTitle" flex="1" value="&ril.AccessAnywhereTitle;" style="padding: 12px 0px 0px 22px;" />
</vbox>
</hbox>
<tabbox>
<tabpanels>
<tabpanel>
<vbox flex="1">
<vbox class="isRitL-p">
&ril.OnlineAccess1;
</vbox>
<vbox class="isRitL-p">
&ril.OnlineAccess2;
</vbox>
<vbox id="isRitL-OnlineOff" class="isRitL-p" hidden="true" style="font-weight:bold">
&ril.OnlineAccessOff;
</vbox>
<vbox id="isRitL-SyncOff" hidden="true" class="isRitL-p" style="font-weight:bold">
&ril.OnlineAccessSyncOff;
</vbox>
<vbox id="isRitL-LoginInfo" hidden="true" class="isRitL-p" >
&ril.OnlineAccessLoginInfo;
</vbox>
<hbox id="isRitL-EditButtons" hidden="true" align="center">
<button flex="1" label="&ril.OnlineAccessEditSync;" oncommand="ISRILanywhere.OpenSyncOptions();ISRILxul.bip('Anywhere').cancelDialog();" />
</hbox>
<vbox id="isRitL-GoButtons" hidden="true">
<hbox align="center">
<button flex="1" label="&ril.OnlineAccessViewLogin;" oncommand="ISRILanywhere.OpenSyncOptions();ISRILxul.bip('Anywhere').cancelDialog();" />
<button flex="1" label="&ril.AnywhereGo;" oncommand="ISRILanywhere.Go()" />
</hbox>
<checkbox label="&ril.DontShowNext;" id="isRitL-DontShow" value="1" />
</vbox>
</vbox>
</tabpanel>
</tabpanels>
</tabbox>
<stringbundleset id="stringbundleset">
<stringbundle id="isRitL-strings" src="chrome://isreaditlater/locale/jsstrings.properties"/>
</stringbundleset>
<script type="application/x-javascript" src="chrome://isreaditlater/content/ISRILxul.js" />
<script type="application/x-javascript">
var wo = window.opener;
ISRIL = wo.ISRIL;
ISRILprefs = wo.ISRILprefs;
ISRILxul = wo.ISRILxul;
ISRILsync = wo.ISRILsync;
ISRILxul.changeDoc(document, window);
</script>
<script type="application/x-javascript" src="chrome://isreaditlater/content/ISRILanywhere.js" />
</dialog>